projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0c64f0
)
(button-buffer-map): Bind M-TAB to `backward-button'.
author
Juri Linkov
<juri@jurta.org>
Thu, 8 Dec 2005 07:47:39 +0000
(07:47 +0000)
committer
Juri Linkov
<juri@jurta.org>
Thu, 8 Dec 2005 07:47:39 +0000
(07:47 +0000)
lisp/button.el
patch
|
blob
|
history
diff --git
a/lisp/button.el
b/lisp/button.el
index d58e53c2895c5a623ecd389a1cda673aa0e8dd4c..375182dd36bad36181ba555ef6678abe68ac01eb 100644
(file)
--- a/
lisp/button.el
+++ b/
lisp/button.el
@@
-69,6
+69,7
@@
(defvar button-buffer-map
(let ((map (make-sparse-keymap)))
(define-key map [?\t] 'forward-button)
+ (define-key map "\e\t" 'backward-button)
(define-key map [backtab] 'backward-button)
map)
"Keymap useful for buffers containing buttons.